home *** CD-ROM | disk | FTP | other *** search
- object FrmSection: TFrmSection
- Left = 308
- Top = 105
- Width = 287
- Height = 277
- Caption = 'Minimum Section Heights'
- Font.Color = clWindowText
- Font.Height = -13
- Font.Name = 'System'
- Font.Style = []
- Position = poScreenCenter
- OnCreate = FormCreate
- OnShow = FormShow
- PixelsPerInch = 96
- TextHeight = 16
- object LstSection: TListBox
- Left = 16
- Top = 8
- Width = 249
- Height = 177
- ItemHeight = 16
- TabOrder = 0
- Visible = False
- end
- object BtnOK: TBitBtn
- Left = 95
- Top = 200
- Width = 89
- Height = 33
- TabOrder = 1
- OnClick = BtnOKClick
- Kind = bkOK
- end
- object CmbSection: TComboBox
- Left = 19
- Top = 12
- Width = 238
- Height = 24
- ItemHeight = 16
- TabOrder = 2
- Visible = False
- OnChange = CmbSectionChange
- end
- object BtnSetHeight: TButton
- Left = 64
- Top = 120
- Width = 153
- Height = 33
- Caption = 'Set Minimum Height'
- TabOrder = 3
- Visible = False
- OnClick = BtnSetHeightClick
- end
- object EdtSectHeight: TEdit
- Left = 79
- Top = 65
- Width = 121
- Height = 24
- TabOrder = 4
- Visible = False
- end
- end
-